crypto/tls.SessionState.ticket (field)
7 uses
crypto/tls (current package)
handshake_client.go#L452: hello.sessionTicket = session.ticket
handshake_client.go#L500: label: session.ticket,
handshake_client.go#L1028: session.ticket = hs.ticket
handshake_client_tls13.go#L902: session.ticket = msg.label
ticket.go#L99: ticket []byte
ticket.go#L412: return cs.session.ticket, cs.session, nil
ticket.go#L421: state.ticket = ticket
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |